home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / AppleCD SC Training / General 1 / background_2837.txt < prev    next >
Text File  |  1990-04-02  |  1KB  |  50 lines

  1. -- background: 2837 from stack: in
  2. -- bmap block id: 8064
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 5 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=0 top=319 right=342 bottom=18
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   play boing
  23.   repeat with i=1 to the number of card fields
  24.     set the locktext of card field i to false
  25.   end repeat
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 7 (button)
  31. -- low flags: 00
  32. -- high flags: 0000
  33. -- rect: left=0 top=319 right=342 bottom=18
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: 
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   play boing
  45.   repeat with i=1 to the number of card fields
  46.     set the locktext of card field i to true
  47.   end repeat
  48. end mouseUp
  49.  
  50.